Re: How to insert non-english characters to the db?

Поиск
Список
Период
Сортировка
От M. Bastin
Тема Re: How to insert non-english characters to the db?
Дата
Msg-id a06002002bb82069bc48c@[192.168.0.14]
обсуждение исходный текст
Ответ на How to insert non-english characters to the db?  (Andreas Fromm <Andreas.Fromm@physik.uni-erlangen.de>)
Список pgsql-novice
Hi Andreas,

In the short run you might use pgSQL4RB
<http://aliacta.com/pgsql4rb.htm> which fully supports unicode.

It allows you to make postgresql client applications for Mac, OSX,
Windows, and soon Linux, all from the same code base.  You might use
it in demo mode just to insert your foreign laguage characters while
you start up your project.

Marc


At 11:45 AM +0200 9/8/03, Andreas Fromm wrote:
>Hi,
>
>I need to store strings with non-english characters in my DB. I
>created my db with unicode encoding, but am not able to insert data
>into it from psql nor  pgaccess, which seems not to suport non
>english characters at all. I tryed the sql-postgresql emacs mode,
>which displays the characters, but does'mt insert them.
>
>In a long term I need to insert the values form a perl-cgi script,
>but wasn't able until now to insert any special character at all.
>
>Any suggestions will be appreciated, regards
>
>Andreas Fromm
>
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


В списке pgsql-novice по дате отправления:

Предыдущее
От: Andreas Fromm
Дата:
Сообщение: How to insert non-english characters to the db?
Следующее
От: Oliver Fromme
Дата:
Сообщение: Re: How to insert non-english characters to the db?